about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-11Update testsVadim Petrochenkov-6703/+6703
2019-03-11fix testArtyom Pavlov-2/+2
2019-03-11compiletest: Filter away test annotations from UI test outputVadim Petrochenkov-0/+6
2019-03-11Add initial implementation of 'sort_at_index' for slices -- analog to C++'s s...Pavel Krajcevski-0/+355
2019-03-11Auto merge of #58021 - ishitatsuyuki:57667-fix, r=RalfJungbors-33/+6
2019-03-11fix testsnewpavlov-5/+9
2019-03-12removed the definition of maskkenta7777-6/+0
2019-03-12replaced some bit operations with truncatekenta7777-3/+3
2019-03-11Resolved nits raised in review.Alexander Regueiro-6/+6
2019-03-11Test illustrating that the nested_impl_trait lint should only catch shallow c...Felix S. Klock II-0/+72
2019-03-11move MAX_NANOS_F64/32 to methodsnewpavlov-2/+4
2019-03-11consistent naming for duration_float methods and additional f32 methodsnewpavlov-9/+121
2019-03-11Revised warning-downgrade strategy for nested impl trait.Felix S. Klock II-27/+77
2019-03-11reduced some code repetitions of bit operationkenta7777-2/+3
2019-03-11added a function for reducing repetition of bit operationkenta7777-0/+6
2019-03-11Auto merge of #59073 - Xanewok:rustup-rustc-interface, r=Zoxcbors-3/+8
2019-03-11Auto merge of #59071 - Manishearth:clippyup, r=oli-obkbors-5/+10
2019-03-11Remove precompute_in_scope_traits_hashesJohn Kåre Alsaker-11/+0
2019-03-11Auto merge of #58788 - matthewjasper:compare-children, r=pnkfelixbors-25/+129
2019-03-10Fix #54822 and associated faulty testskyren-28/+33
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-36/+39
2019-03-11Auto merge of #58784 - oli-obk:accidental_promotion, r=eddybbors-5/+22
2019-03-11Fix incorrect links in librustc_codegen_llvm documentationNikita Baksalyar-3/+3
2019-03-10Make js tests work even with resource-suffix optionGuillaume Gomez-3/+30
2019-03-10Auto merge of #59054 - ehuss:ci-i686-gnu-tests, r=pietroalbinibors-1/+7
2019-03-10Make migrate mode work at item level granularityMatthew Jasper-25/+129
2019-03-10enabled too many testsRalf Jung-1/+3
2019-03-10Add provided methods `Seek::{stream_len, stream_position}`Lukas Kalbertodt-2/+119
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-91/+1
2019-03-10Update clippyManish Goregaokar-5/+10
2019-03-10Bump Clippy and RLSIgor Matuszewski-5/+10
2019-03-10Drop expanded AST later if in save_analysis modeIgor Matuszewski-3/+8
2019-03-10CI: Trim some tests from i686-gnuEric Huss-1/+7
2019-03-10Replace TimeLine with SelfProfilerWesley Wiser-435/+155
2019-03-10hir: remove trait_auto_implljedrz-17/+0
2019-03-10HirIdification: remove all NodeIds from rustc_mirljedrz-8/+4
2019-03-10HirIdification: remove all NodeIds from typeckljedrz-23/+16
2019-03-10HirIdification: remove all NodeIds from borrowckljedrz-13/+8
2019-03-10hir: replace NodeId with HirId in trait_implsljedrz-14/+15
2019-03-10refactor build-mainfest.Mazdak Farrokhzad-204/+197
2019-03-10Fix tidykennytm-1/+4
2019-03-10Update src/tools/publish_toolstate.pyJames Munns-1/+1
2019-03-10Auto merge of #56732 - Zoxc:rustc-interface, r=oli-obkbors-2745/+2511
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-2745/+2511
2019-03-10Auto merge of #58498 - euclio:e0432-suggestions, r=estebankbors-152/+310
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-93/+93
2019-03-10Fix ICE in MIR pretty printingDan Robertson-1/+21
2019-03-09Avoid some common false positives in intra doc link checkingManish Goregaokar-0/+6
2019-03-09add feature clampDirk Leifeld-0/+3
2019-03-09review commentsEsteban Küber-8/+8