summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-19Stabilize iter::from_fnSimon Sapin-7/+5
2019-02-19Stabilize iter::successorsSimon Sapin-7/+8
2019-02-19improve Pin documentationRalf Jung-20/+190
2019-02-19Add missing fmt structs examplesGuillaume Gomez-10/+313
2019-02-19Fix tables displayGuillaume Gomez-25/+6
2019-02-19Auto merge of #58571 - Manishearth:rustup, r=Manishearthbors-17/+15
2019-02-19Update clippy to rust-lang/rust-clippy@d61b25419beManish Goregaokar-7/+9
2019-02-19Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavusbors-22/+5
2019-02-19reduced some code repetitions.kenta7777-6/+4
2019-02-18Fix a transposition in driver.rs.Benjamin Peterson-1/+1
2019-02-19Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkovbors-191/+390
2019-02-19Fix typo in std::future::Future docsThomas Eizinger-1/+1
2019-02-18Fix style nitsDan Robertson-48/+64
2019-02-18Auto merge of #58543 - jonas-schievink:bumpstrap, r=pietroalbinibors-1/+1
2019-02-18override `VecDeque::try_rfold`, also update iteratorAndre Bogus-5/+117
2019-02-18re-blessing error output: ./x.py test src/test/ui --stage 1 --blessClint Frederickson-37/+37
2019-02-18Fixed doc example for Path::with_capacityAaron Stillwell-1/+2
2019-02-18Auto merge of #58549 - pietroalbini:fix-docker-ci-hash, r=Mark-Simulacrumbors-3/+3
2019-02-18ci: fix docker cache hash collisionPietro Albini-3/+3
2019-02-18Add constant_time_eq to license exception list of tidy toolflip1995-0/+1
2019-02-18Update Cargo.toml of rustc-workspace-hackflip1995-1/+1
2019-02-18Update rustfmt to rust-lang/rustfmt@d6829dflip1995-5/+5
2019-02-18Update RLS to rust-lang/rls@0d6f53flip1995-0/+0
2019-02-18Update Clippy to rust-lang/rust-clippy@32ee30flip1995-12/+7
2019-02-18Auto merge of #58541 - kennytm:fix-publish-toolstate-py-again, r=oli-obkbors-3/+3
2019-02-17Add a note about 2018e if someone uses `try {` in 2015eScott McMurray-0/+6
2019-02-17Use more impl header lifetime elisionScott McMurray-219/+219
2019-02-18Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbgbors-9/+7
2019-02-18Merge remote-tracking branch 'upstream/master'Stein Somers-17393/+22820
2019-02-18Remove some unnecessary `into()` calls.Nicholas Nethercote-1/+1
2019-02-18Explain a panic in test case net::tcp::tests::double_bindStein Somers-2/+6
2019-02-18Make `interpolated_to_tokenstream` a method on `Nonterminal`.Nicholas Nethercote-86/+85
2019-02-18Avoid a `clone()` in `transcribe()`.Nicholas Nethercote-11/+11
2019-02-18Remove `LazyTokenStream`.Nicholas Nethercote-113/+58
2019-02-18Change `Token::interpolated_to_tokenstream()`.Nicholas Nethercote-40/+38
2019-02-17Review commentsSimon Sapin-2/+16
2019-02-17Add links to codegen docs for rustc synonym flagsGuy Taylor-2/+2
2019-02-17Fix doc for rustc "-g" flagGuy Taylor-1/+1
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-199/+190
2019-02-17Add regression test for a specialization-related ICE (#39448)emlai-0/+62
2019-02-17Bump the bootstrap compilerJonas Schievink-1/+1
2019-02-17Changed feature gate for new PathBuf methodsAaron Stillwell-7/+7
2019-02-17Fixes for implementation of PathBuf methods (aliases for OsString)Aaron Stillwell-19/+19
2019-02-17Modify doctest's auto-`fn main()` to allow `Result`sAndre Bogus-4/+51
2019-02-17publish_toolstate.py: further fix the runtime errorskennytm-3/+3
2019-02-17Add alias methods to PathBuf for underlying OsStringAaron Stillwell-1/+81
2019-02-17Auto merge of #58416 - cuviper:dist-linux-gcc, r=alexcrichtonbors-111/+312
2019-02-17Remove UB in test_ptr_subtraction testKonrad Borowski-2/+4
2019-02-17Remove UB in test_is_null testKonrad Borowski-3/+2
2019-02-17Mention capping forbid lintsDale Wijnand-1/+3