about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-15rustc: remove unnecessary extern_prelude logic from ty::item_path.Eduard-Mihai Burtescu-64/+47
2019-03-15Auto merge of #58710 - EdorianDark:master, r=sfacklerbors-0/+69
2019-03-15Output diagnostic information for rustdoc.O01eg-2/+8
2019-03-14Do not complain about unmentioned fields in recovered patternsEsteban Küber-28/+5
2019-03-15Fix TARGET variable in musl-toolchain.shMateusz Mikuła-1/+1
2019-03-14Exclude old book redirect stubs from search enginesKornel-2/+4
2019-03-14Add `-Z allow_features=...` flagTyler Mandry-4/+85
2019-03-14Add support for comma-separated option listsTyler Mandry-0/+13
2019-03-15consistent naming for Rhs type parameter in libcore/opsGrigorii Kargin-50/+50
2019-03-14Change "undefined" to "unspecified" in `Seek::stream_len` docsLukas Kalbertodt-1/+1
2019-03-14Update sources.rslukaslueg-4/+2
2019-03-14Address final reviewMateusz Mikuła-4/+7
2019-03-14Auto merge of #59181 - RalfJung:miri, r=oli-obkbors-14/+14
2019-03-14update miriRalf Jung-14/+14
2019-03-14Use try blocks in rustc_codegen_ssaTaiki Endo-9/+7
2019-03-14Overwrite Cursor's `Seek::stream_{len, position}` for performanceLukas Kalbertodt-0/+8
2019-03-14Avoid third seek operation in `Seek::stream_len` when possibleLukas Kalbertodt-5/+12
2019-03-14Add default keyword handling in rustdocGuillaume Gomez-7/+51
2019-03-14Auto merge of #58176 - Zoxc:lint-levels, r=oli-obkbors-84/+80
2019-03-14Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoeristerbors-435/+155
2019-03-14Run RustdocUi earlierJohn Kåre Alsaker-1/+1
2019-03-14Don't run test launching `echo` since that doesn't exist on WindowsJohn Kåre Alsaker-1/+1
2019-03-14bootstrap: Default to a sensible llvm-suffix.Emilio Cobos Álvarez-1/+27
2019-03-14Auto merge of #59120 - alexreg:move-issue-tests-1, r=varkorbors-188/+177
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-188/+177
2019-03-14Add `EntryKind::TypeParam` and `EntryKind::ConstParam`varkor-21/+42
2019-03-13Rename encode_info_for_generic_param to encode_info_for_ty_in_generic_paramvarkor-3/+3
2019-03-13Refactor generic parameter encoder functionsvarkor-42/+18
2019-03-13Final cleanupsMateusz Mikuła-12/+8
2019-03-13Move testing to test-variousMateusz Mikuła-5/+19
2019-03-13Disable relax relocations againMateusz Mikuła-3/+4
2019-03-13Drop copyright notice from musl-toolchainMateusz Mikuła-10/+0
2019-03-13musl: update LLVM to 7Mateusz Mikuła-1/+1
2019-03-13Address review commentsMartell Malone-2/+2
2019-03-13musl-toolchain: fix global lib paths (dont create /lib/libc.so)Jonathan Sieber-2/+1
2019-03-13Make the musl dynamic loader known to the system, so it can execute target bi...Jonathan Sieber-0/+11
2019-03-13build a proper c++-enabled musl toolchain with musl-cross-makeJonathan Sieber-9/+79
2019-03-13Set RUSTFLAGS env to make dylib workJonathan Sieber-0/+2
2019-03-13Enable dist-x86_64-musl as a host architextureJonathanS-2/+4
2019-03-13test that wildcard type `_` is not duplicated by `type Foo<X> = (X, X);` and ...Felix S. Klock II-0/+99
2019-03-13Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-23082/+27842
2019-03-13add suggestions to invalid macro item errorAndy Russell-24/+85
2019-03-13Auto merge of #59143 - ehuss:update-cargo, r=ehussbors-0/+0
2019-03-13middle: replace NodeId with HirId in AccessLevelsljedrz-52/+55
2019-03-13Update cargoEric Huss-0/+0
2019-03-13Auto merge of #58349 - petrochenkov:uni201x, r=pnkfelixbors-111/+11
2019-03-13Revert "Don't generate minification variable if minification disabled"Manish Goregaokar-5/+1
2019-03-13Fix generic argument lookup for SelfAngelos Oikonomopoulos-59/+69
2019-03-13Add test for #55809.David Wood-0/+30
2019-03-13Auto merge of #56864 - Zoxc:stable-hash-macro, r=michaelwoeristerbors-2624/+366