| Age | Commit message (Expand) | Author | Lines |
| 2018-12-14 | Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk | kennytm | -22/+46 |
| 2018-12-14 | Rollup merge of #56695 - varkor:let-exhaustive-range, r=estebank | kennytm | -1/+41 |
| 2018-12-14 | Rollup merge of #56658 - Xanewok:non-panicking-file-parser, r=petrochenkov | kennytm | -8/+29 |
| 2018-12-14 | Rollup merge of #56637 - ollie27:rustdoc_proc_macro_local_reexport, r=QuietMi... | kennytm | -4/+19 |
| 2018-12-14 | Rollup merge of #56609 - michaelwoerister:unconditional-target-cpu-attr, r=al... | kennytm | -7/+3 |
| 2018-12-14 | Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichton | bors | -166/+150 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -62/+46 |
| 2018-12-14 | Auto merge of #56778 - Xanewok:update-clippy, r=kennytm | bors | -14/+16 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -98/+12 |
| 2018-12-13 | Auto merge of #56142 - jnqnfe:osstr_lossy_example, r=alexcrichton | bors | -8/+33 |
| 2018-12-13 | Fix dur2intervals import on cloudabi | Linus Färnstrand | -5/+9 |
| 2018-12-13 | Auto merge of #56783 - alexcrichton:pinentry-mode, r=Mark-Simulacrum | bors | -1/+2 |
| 2018-12-13 | Add `--pinentry-mode=loopback` to deployment script | Alex Crichton | -1/+2 |
| 2018-12-13 | Fix checked_add/sub for sys/sgx/time.rs | Linus Färnstrand | -11/+7 |
| 2018-12-13 | Add checked_sub for Instant and SystemTime | Linus Färnstrand | -87/+83 |
| 2018-12-13 | Add checked_add method to Instant time type | Linus Färnstrand | -74/+62 |
| 2018-12-13 | Update Clippy | Igor Matuszewski | -14/+16 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -79/+101 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -98/+12 |
| 2018-12-13 | Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapin | bors | -5/+8 |
| 2018-12-13 | Auto merge of #56090 - nnethercote:filesearch, r=eddyb | bors | -154/+139 |
| 2018-12-13 | Auto merge of #55982 - alexcrichton:panic-extern-abort, r=zackmdavis | bors | -46/+61 |
| 2018-12-12 | Rename Pinned marker type to PhantomPinned | Taylor Cramer | -8/+11 |
| 2018-12-12 | Expand documantation for std::pin module | Taylor Cramer | -15/+22 |
| 2018-12-12 | use actual invalid string in OsStr::to_string_lossy example | Lyndon Brown | -8/+33 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -62/+46 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -46/+61 |
| 2018-12-12 | Auto merge of #56735 - Mark-Simulacrum:fix-sign, r=alexcrichton | bors | -0/+1 |
| 2018-12-12 | Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrum | bors | -260/+180 |
| 2018-12-12 | Auto merge of #56039 - ljedrz:sorted_map_upgrades, r=matthewjasper | bors | -20/+49 |
| 2018-12-12 | Auto merge of #56010 - euclio:intra-doc-spans, r=QuietMisdreavus | bors | -60/+238 |
| 2018-12-12 | Remove some env vars for rustdoc invocations. | Nicholas Nethercote | -0/+5 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -260/+180 |
| 2018-12-11 | Fix gpg signing in manifest builder | Mark Rousskov | -0/+1 |
| 2018-12-12 | Replace `FileSearch::for_each_lib_search_path` with `search_paths`. | Nicholas Nethercote | -32/+22 |
| 2018-12-12 | Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`. | Nicholas Nethercote | -25/+42 |
| 2018-12-12 | Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`. | Nicholas Nethercote | -94/+79 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -22/+12 |
| 2018-12-12 | Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`. | Nicholas Nethercote | -2/+0 |
| 2018-12-12 | Use a `newtype_index!` within `Symbol`. | Nicholas Nethercote | -22/+46 |
| 2018-12-11 | Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromey | bors | -0/+52 |
| 2018-12-11 | Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton | bors | -16/+28 |
| 2018-12-11 | Add function call test, Update gdb and test docker image install gdb by ppa. | Unknown | -0/+52 |
| 2018-12-11 | Fix irrefutable matches on integer ranges | varkor | -1/+41 |
| 2018-12-11 | use an enum instead of bool | Ralf Jung | -12/+17 |
| 2018-12-11 | Auto merge of #56703 - alexcrichton:fix-tools, r=Mark-Simulacrum | bors | -2/+3 |
| 2018-12-10 | Build manifest tool on mingw-check builder | Mark Rousskov | -1/+2 |
| 2018-12-10 | Fix build of the `build-manifest` tool | Alex Crichton | -1/+1 |
| 2018-12-11 | Auto merge of #56627 - alexcrichton:update-cargo, r=alexcrichton | bors | -11/+25 |
| 2018-12-10 | fix intra-link resolution spans in block comments | Andy Russell | -60/+238 |