| Age | Commit message (Expand) | Author | Lines |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -6703/+6703 |
| 2019-03-11 | fix test | Artyom Pavlov | -2/+2 |
| 2019-03-11 | compiletest: Filter away test annotations from UI test output | Vadim Petrochenkov | -0/+6 |
| 2019-03-11 | Add initial implementation of 'sort_at_index' for slices -- analog to C++'s s... | Pavel Krajcevski | -0/+355 |
| 2019-03-11 | Auto merge of #58021 - ishitatsuyuki:57667-fix, r=RalfJung | bors | -33/+6 |
| 2019-03-11 | fix tests | newpavlov | -5/+9 |
| 2019-03-12 | removed the definition of mask | kenta7777 | -6/+0 |
| 2019-03-12 | replaced some bit operations with truncate | kenta7777 | -3/+3 |
| 2019-03-11 | Resolved nits raised in review. | Alexander Regueiro | -6/+6 |
| 2019-03-11 | Test illustrating that the nested_impl_trait lint should only catch shallow c... | Felix S. Klock II | -0/+72 |
| 2019-03-11 | move MAX_NANOS_F64/32 to methods | newpavlov | -2/+4 |
| 2019-03-11 | consistent naming for duration_float methods and additional f32 methods | newpavlov | -9/+121 |
| 2019-03-11 | Revised warning-downgrade strategy for nested impl trait. | Felix S. Klock II | -27/+77 |
| 2019-03-11 | reduced some code repetitions of bit operation | kenta7777 | -2/+3 |
| 2019-03-11 | added a function for reducing repetition of bit operation | kenta7777 | -0/+6 |
| 2019-03-11 | Auto merge of #59073 - Xanewok:rustup-rustc-interface, r=Zoxc | bors | -3/+8 |
| 2019-03-11 | Auto merge of #59071 - Manishearth:clippyup, r=oli-obk | bors | -5/+10 |
| 2019-03-11 | Remove precompute_in_scope_traits_hashes | John Kåre Alsaker | -11/+0 |
| 2019-03-11 | Auto merge of #58788 - matthewjasper:compare-children, r=pnkfelix | bors | -25/+129 |
| 2019-03-10 | Fix #54822 and associated faulty tests | kyren | -28/+33 |
| 2019-03-11 | Improvements to comments in libstd, libcore, liballoc. | Alexander Regueiro | -36/+39 |
| 2019-03-11 | Auto merge of #58784 - oli-obk:accidental_promotion, r=eddyb | bors | -5/+22 |
| 2019-03-11 | Fix incorrect links in librustc_codegen_llvm documentation | Nikita Baksalyar | -3/+3 |
| 2019-03-10 | Make js tests work even with resource-suffix option | Guillaume Gomez | -3/+30 |
| 2019-03-10 | Auto merge of #59054 - ehuss:ci-i686-gnu-tests, r=pietroalbini | bors | -1/+7 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -25/+129 |
| 2019-03-10 | enabled too many tests | Ralf Jung | -1/+3 |
| 2019-03-10 | Add provided methods `Seek::{stream_len, stream_position}` | Lukas Kalbertodt | -2/+119 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -91/+1 |
| 2019-03-10 | Update clippy | Manish Goregaokar | -5/+10 |
| 2019-03-10 | Bump Clippy and RLS | Igor Matuszewski | -5/+10 |
| 2019-03-10 | Drop expanded AST later if in save_analysis mode | Igor Matuszewski | -3/+8 |
| 2019-03-10 | CI: Trim some tests from i686-gnu | Eric Huss | -1/+7 |
| 2019-03-10 | Replace TimeLine with SelfProfiler | Wesley Wiser | -435/+155 |
| 2019-03-10 | hir: remove trait_auto_impl | ljedrz | -17/+0 |
| 2019-03-10 | HirIdification: remove all NodeIds from rustc_mir | ljedrz | -8/+4 |
| 2019-03-10 | HirIdification: remove all NodeIds from typeck | ljedrz | -23/+16 |
| 2019-03-10 | HirIdification: remove all NodeIds from borrowck | ljedrz | -13/+8 |
| 2019-03-10 | hir: replace NodeId with HirId in trait_impls | ljedrz | -14/+15 |
| 2019-03-10 | refactor build-mainfest. | Mazdak Farrokhzad | -204/+197 |
| 2019-03-10 | Fix tidy | kennytm | -1/+4 |
| 2019-03-10 | Update src/tools/publish_toolstate.py | James Munns | -1/+1 |
| 2019-03-10 | Auto merge of #56732 - Zoxc:rustc-interface, r=oli-obk | bors | -2745/+2511 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -2745/+2511 |
| 2019-03-10 | Auto merge of #58498 - euclio:e0432-suggestions, r=estebank | bors | -152/+310 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -93/+93 |
| 2019-03-10 | Fix ICE in MIR pretty printing | Dan Robertson | -1/+21 |
| 2019-03-09 | Avoid some common false positives in intra doc link checking | Manish Goregaokar | -0/+6 |
| 2019-03-09 | add feature clamp | Dirk Leifeld | -0/+3 |
| 2019-03-09 | review comments | Esteban Küber | -8/+8 |