]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-09-04 Niels EgbertsMake slice::split_at_mut example demonstrate mutability
2017-09-04 borsAuto merge of #44194 - QuietMisdreavus:hey-how-do-i...
2017-09-04 borsAuto merge of #44300 - Manishearth:clippyup, r=oli-obk
2017-09-04 borsAuto merge of #44268 - kennytm:fix-python-bootstrap...
2017-09-04 borsAuto merge of #44272 - Dushistov:master, r=alexcrichton
2017-09-03 Manish GoregaokarResync clippy to v0.0.156
2017-09-03 borsAuto merge of #44263 - durka:stabilize-discriminant...
2017-09-03 borsAuto merge of #44261 - alexcrichton:u128-ffi-unsafe...
2017-09-03 borsAuto merge of #44191 - arielb1:on-unimplemented-label...
2017-09-03 borsAuto merge of #44253 - eddyb:nice-scope, r=nikomatsakis
2017-09-03 Ariel Ben-Yehudaadd error message for the other case too
2017-09-03 Ariel Ben-Yehudaon_unimplemented: add method-name checks and use them...
2017-09-03 Ariel Ben-Yehudaaddress review comments
2017-09-03 Ariel Ben-Yehudaenable desugaring-sensitive error messages and use...
2017-09-03 Ariel Ben-Yehudaimplement improved on_unimplemented directives
2017-09-03 Ariel Ben-Yehudamove the on_unimplemented logic to its own file
2017-09-03 Ariel Ben-Yehudarefactor and centralize `on_unimplemented` parsing
2017-09-03 borsAuto merge of #44252 - eddyb:what-is-dead-may-never...
2017-09-03 borsAuto merge of #44195 - alexcrichton:remove-used-unsafe...
2017-09-03 borsAuto merge of #44176 - nrc:update-rls, r=alexcrichton
2017-09-02 borsAuto merge of #44108 - mattico:match-pipe, r=petrochenkov
2017-09-02 borsAuto merge of #44066 - cuviper:powerpc64-extern-abi...
2017-09-02 borsAuto merge of #43886 - oli-obk:clippy, r=nrc
2017-09-02 Evgeniy A.... add test for not optimized `pow` with constant power
2017-09-02 kennytmRemove invalid doctest from bootstrap.py.
2017-09-02 borsAuto merge of #44259 - Mark-Simulacrum:update-cargo...
2017-09-02 borsAuto merge of #44256 - GuillaumeGomez:update-html-diff...
2017-09-02 borsAuto merge of #44104 - llogiq:lowercase-lints, r=nikoma...
2017-09-02 Alex Burkastabilize mem::discriminant (closes #24263)
2017-09-02 Alex Crichtonrustc: Flag {i,u}128 as unsafe for FFI
2017-09-02 Mark SimulacrumUpdate cargo.
2017-09-02 Josh Stonex86: return single-float aggregates in a float register
2017-09-02 Josh StoneExclude all windows-gnu from the float_one test
2017-09-02 Josh StoneExclude x86_64-pc-windows-gnu from the float_one test
2017-09-02 Josh Stonepowerpc64: improve extern struct ABI
2017-09-01 Eduard-Mihai... rustc_mir: always emit StorageLive even without a match...
2017-09-01 Eduard-Mihai... rustc_mir: actually "promote" constants' MIR to 'static...
2017-09-01 Guillaume GomezUpdate html-diff-rs version
2017-09-01 Matt IckstadtFix unstable book example
2017-09-01 Eduard-Mihai... rustc: rename CodeExtent to Scope and RegionMaps to...
2017-09-01 Matt IckstadtFix arm visitor
2017-09-01 Matt IckstadtImplement RFC 1925
2017-09-01 borsAuto merge of #44154 - alexcrichton:bump-bootstrap...
2017-09-01 Alex CrichtonUpdate git2-rs to fix cross compiles
2017-09-01 borsAuto merge of #44238 - nrc:pulldown-warn, r=@QuietMisdr...
2017-09-01 borsAuto merge of #44171 - eddyb:scope, r=nikomatsakis
2017-09-01 Eduard-Mihai... rustc: use hir::ItemLocalId instead of ast::NodeId...
2017-09-01 Eduard-Mihai... rustc: take TyCtxt and RegionMaps in CodeMap::span.
2017-09-01 Eduard-Mihai... rustc: use hir::ItemLocalId instead of ast::NodeId...
2017-09-01 Nick CameronFix tests
2017-09-01 borsAuto merge of #44233 - Mark-Simulacrum:rollup, r=Mark...
2017-09-01 Nick CameronWindows line endings
2017-09-01 Nick CameronDo a better job of eliding whitespace-only differences...
2017-09-01 Nick CameronImprove the appearance of markdown warnings
2017-09-01 Alex CrichtonBring back stage0 allocator logic on MSVC
2017-09-01 Nick Cameronrustdoc: collect rendering warnings and print them...
2017-09-01 Mark SimulacrumRollup merge of #44231 - lukaramu:patch-1, r=alexcrichton
2017-09-01 Mark SimulacrumRollup merge of #44230 - Phlosioneer:patch-1, r=sfackler
2017-09-01 Mark SimulacrumRollup merge of #44223 - eddyb:symbol-from-str, r=jseyfried
2017-09-01 Mark SimulacrumRollup merge of #44209 - frewsxcv:frewsxcv-addr-other...
2017-09-01 Mark SimulacrumRollup merge of #44207 - durka:define-maps-fn, r=eddyb
2017-09-01 Mark SimulacrumRollup merge of #44205 - frewsxcv:frewsxcv-addr-doc...
2017-09-01 Mark SimulacrumRollup merge of #44203 - cuviper:compiler-rt-test,...
2017-09-01 Mark SimulacrumRollup merge of #44202 - alexcrichton:xcrate-generators...
2017-09-01 Mark SimulacrumRollup merge of #44199 - jakllsch:jakllsch-abcc6c4a...
2017-09-01 Mark SimulacrumRollup merge of #44192 - GuillaumeGomez:sub-fields...
2017-08-31 borsAuto merge of #43425 - matklad:lambda-restrictions...
2017-08-31 Nick CameronOnly emit warnings if the user is using Pulldown
2017-08-31 Lukas HFix release note on associated constants
2017-08-31 PhlosioneerFix typo in 1.20.0 release notes
2017-08-31 Eduard-Mihai... Implement From<&str> for Symbol.
2017-08-31 Andre Bogusadd a lowercase suggestion to unknown_lints
2017-08-31 Corey FarwellExpand docs of multi-address behavior of some UDP/TCP...
2017-08-31 Alex CrichtonUpdate Cargo to 0.23.0 and our lockfile
2017-08-31 Alex CrichtonBump to 1.22.0
2017-08-31 Alex CrichtonUpdate bootstrap compiler
2017-08-31 borsAuto merge of #41991 - GuillaumeGomez:rustdoc-html...
2017-08-31 Guillaume Gomezdowngrade libgit2
2017-08-31 Alex Burkaadd `fn` to syntax of rustc::ty::maps::define_maps
2017-08-31 Nick CameronSet CFG_VERSION env var for tool builds
2017-08-31 Nick CameronUpdate rls
2017-08-31 Corey FarwellFix typo in doc `ToSocketAddrs` example.
2017-08-31 Josh Stonerustbuild: update the rust-src filter for compiler-rt
2017-08-31 borsAuto merge of #44186 - alexcrichton:rollup, r=alexcrichton
2017-08-31 Alex CrichtonUpdate libc to fix sparc compiles
2017-08-31 Alex Crichtonrustc: Fix reachability with cross-crate generators
2017-08-30 Jonathan A... bootstrap: add openssl configuration mapping for i686...
2017-08-30 Alex Crichtonrustc: Remove the `used_unsafe` field on TyCtxt
2017-08-30 QuietMisdreavusexpand on using rustup custom toolchains in CONTRIBUTING.md
2017-08-30 Guillaume GomezFix invalid display of enum sub-fields docs
2017-08-30 Alex CrichtonMerge branch 'hide-trait-map' into rollup
2017-08-30 Alex CrichtonRollup merge of #44172 - mattico:patch-2, r=frewsxcv
2017-08-30 Alex CrichtonRollup merge of #44160 - AndyGauge:api-docs-macros...
2017-08-30 Alex CrichtonRollup merge of #44157 - alexcrichton:no-specializes...
2017-08-30 borsAuto merge of #43932 - eddyb:const-scoping, r=nikomatsakis
2017-08-30 Guillaume GomezAdd license exceptions
2017-08-30 Alex CrichtonRollup merge of #44125 - SergioBenitez:master, r=nrc
2017-08-30 Alex CrichtonRollup merge of #44116 - alexcrichton:update-libc,...
2017-08-30 Alex CrichtonRollup merge of #44089 - alexcrichton:trait-proc-macro...
2017-08-30 Alex CrichtonRollup merge of #44044 - mattico:string-splice-return...
next