about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-02-12Update RELEASES.mdMazdak Farrokhzad-1/+1
2019-02-12Update RELEASES.mdMazdak Farrokhzad-1/+1
2019-02-12Add doctests for str::escape_*Simon Sapin-3/+93
2019-02-12Make the prema-unstable char::escape_debug_ext method crate-privateSimon Sapin-3/+1
2019-02-12Move str::escape_* to libcoreSimon Sapin-165/+169
2019-02-12Stabilize str::escape_* methodsSimon Sapin-20/+7
2019-02-12New return types for str::escape_* that impl Display and Iterator<char>Simon Sapin-46/+132
2019-02-12Add internal impl_fn_for_zst macro for "named closure types"Simon Sapin-113/+75
2019-02-12Doc rewordingking6cong-1/+1
2019-02-12Auto merge of #57388 - euclio:runmake-explicit-ignore, r=kennytmbors-297/+127
2019-02-11Use less explicit shifting in std::net::ipScott McMurray-25/+58
2019-02-12Auto merge of #58389 - Centril:rollup, r=Centrilbors-2145/+2104
2019-02-12Set the query in the ImplicitCtxt before trying to mark it greenJohn Kåre Alsaker-58/+73
2019-02-12Rollup merge of #58382 - euclio:unix-ext, r=dtolnayMazdak Farrokhzad-1/+1
2019-02-12Rollup merge of #58367 - nnethercote:rm-two-dead-funcs, r=alexcrichtonMazdak Farrokhzad-33/+0
2019-02-12Rollup merge of #58342 - taiki-e:nll, r=matthewjasperMazdak Farrokhzad-0/+21
2019-02-12Rollup merge of #58322 - taiki-e:librustc_codegen_ssa-2018, r=petrochenkovMazdak Farrokhzad-91/+75
2019-02-12Rollup merge of #58318 - taiki-e:libserialize-2018, r=CentrilMazdak Farrokhzad-1609/+1607
2019-02-12Rollup merge of #58313 - matthewjasper:use-question-in-macros, r=oli-obkMazdak Farrokhzad-260/+246
2019-02-12Rollup merge of #58300 - taiki-e:librustc_typeck-2018, r=petrochenkovMazdak Farrokhzad-100/+98
2019-02-12Rollup merge of #58288 - taiki-e:rustc-workspace-hack-2018, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-02-12Rollup merge of #58287 - taiki-e:rustc-std-workspace-core-2018, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-02-12Rollup merge of #58111 - Centril:libterm-2018, r=oli-obkMazdak Farrokhzad-39/+42
2019-02-12Rollup merge of #58105 - Centril:libarena-trans-2018, r=oli-obkMazdak Farrokhzad-10/+11
2019-02-12Auto merge of #58246 - pmccarter:master, r=oli-obkbors-21/+177
2019-02-12Disallow `auto` trait alias syntax.Alexander Regueiro-1/+7
2019-02-12Auto merge of #58180 - davidtwco:issue-58053, r=estebankbors-2/+39
2019-02-12libterm => 2018Mazdak Farrokhzad-39/+42
2019-02-11[self-profiler] Misc cleanupsWesley Wiser-15/+4
2019-02-11Capture time spent blocked waiting on queriesWesley Wiser-4/+39
2019-02-11Add self profiler events for loading incremental query results from diskWesley Wiser-3/+31
2019-02-11libarena => 2018Mazdak Farrokhzad-10/+11
2019-02-11use ignore directives for run-make testsAndy Russell-297/+127
2019-02-11remove "experimental" wording from std::os::unixAndy Russell-1/+1
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-35/+73
2019-02-11Only suggest imports if not imported.David Wood-17/+63
2019-02-11Add way to completely hide suggestion from cli outputEsteban Küber-3/+47
2019-02-11Never inline HideCodeAlways suggestionsEsteban Küber-1/+4
2019-02-11Expose hidden snippet suggestionsEsteban Küber-0/+43
2019-02-11Add way to hide suggestion snippet window from cli outputEsteban Küber-36/+84
2019-02-11rename variable and add test directive for #58030Patrick McCarter-2/+3
2019-02-11Parallel rustc needs synchronizing smart pointer cloningOliver Scherer-7/+7
2019-02-11Allow platform specific testsOliver Scherer-0/+1
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-50/+54
2019-02-11Fiddle through the module visibilities for testsOliver Scherer-8/+8
2019-02-11Move out tests of a deprecated module to work around `#[test]` bugsOliver Scherer-414/+416
2019-02-11Use `allow_internal_unstable` in rustc itselfOliver Scherer-1/+2
2019-02-11Update fulldeps testOliver Scherer-1/+1
2019-02-11Fixup RustcDeserialize internal featuresOliver Scherer-0/+1
2019-02-11Use a more fitting name for a respanning functionOliver Scherer-6/+8