about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-12Deduplicate unsatisfied trait boundsEsteban Küber-5/+30
2018-12-12Add short emoji status to toolstate updatesManish Goregaokar-7/+25
2018-12-12Disable btree pretty-printers on older gdbsTom Tromey-3/+18
2018-12-12Account for `impl Trait` when suggesting lifetimeEsteban Küber-11/+75
2018-12-12Rename Pinned marker type to PhantomPinnedTaylor Cramer-8/+11
2018-12-12Expand documantation for std::pin moduleTaylor Cramer-15/+22
2018-12-12use actual invalid string in OsStr::to_string_lossy exampleLyndon Brown-8/+33
2018-12-12Allow ptr::hash to accept fat pointersMatt Brubeck-1/+1
2018-12-12x86: Add the `adx` target feature to whitelistAlex Crichton-0/+1
2018-12-12Bump to 1.33.0Alex Crichton-62/+46
2018-12-12rustc: Switch `extern` functions to abort by default on panicAlex Crichton-46/+61
2018-12-12Auto merge of #56735 - Mark-Simulacrum:fix-sign, r=alexcrichtonbors-0/+1
2018-12-12Increase required version for crates.io `libc` to get fix from PR rust-lang/l...Felix S. Klock II-1/+1
2018-12-12target: remove Box returned from get_targetsljedrz-3/+3
2018-12-12Add test of current behavior (infer free region within closure body) previous...Felix S. Klock II-0/+74
2018-12-12specialize: remove Boxes used by Children::insertljedrz-8/+33
2018-12-12infer: remove Box from a returned Iteratorljedrz-26/+25
2018-12-12Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrumbors-260/+180
2018-12-12Correct documentation about `FakeRead`Oliver Scherer-1/+2
2018-12-12Auto merge of #56039 - ljedrz:sorted_map_upgrades, r=matthewjasperbors-20/+49
2018-12-12Rename `TokenStream::concat` and remove `TokenStream::concat_rc_vec`.Nicholas Nethercote-34/+30
2018-12-12Merge `TokenStreamKind` into `TokenStream`.Nicholas Nethercote-72/+65
2018-12-12Remove `RcVec` and `RcSlice`.Nicholas Nethercote-161/+0
2018-12-12Use `TokenStream::concat` more.Nicholas Nethercote-17/+11
2018-12-12Use `Lrc<Vec<TokenStream>>` instead of `RcVec<TokenStream>`.Nicholas Nethercote-17/+17
2018-12-12Manually inline trivial functionOliver Scherer-9/+5
2018-12-12Undo a change that got lost in the larger refactoringsOliver Scherer-1/+3
2018-12-12Auto merge of #56010 - euclio:intra-doc-spans, r=QuietMisdreavusbors-60/+238
2018-12-11Update the comment some more following CR feedbackScott McMurray-9/+11
2018-12-11Fix private_no_mangle_fns message grammarSteve Loveless-4/+4
2018-12-12Remove some env vars for rustdoc invocations.Nicholas Nethercote-0/+5
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-260/+180
2018-12-11Fix gpg signing in manifest builderMark Rousskov-0/+1
2018-12-12Replace `FileSearch::for_each_lib_search_path` with `search_paths`.Nicholas Nethercote-32/+22
2018-12-12Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.Nicholas Nethercote-25/+42
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-94/+79
2018-12-12Remove `Session::sysroot()`.Nicholas Nethercote-22/+12
2018-12-12Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`.Nicholas Nethercote-2/+0
2018-12-11Add missing urls in ffi module docsGuillaume Gomez-13/+15
2018-12-12Documentation for impl From for AtomicBool and other Atomic typesSon-2/+15
2018-12-12XXX: SymbolIndexNicholas Nethercote-22/+46
2018-12-12Use a `newtype_index!` within `Symbol`.Nicholas Nethercote-22/+46
2018-12-11Remove unneeded extra chars to reduce search-index sizeGuillaume Gomez-1/+5
2018-12-11Use iterators instead of raw offsets in Windows argument parserMichael Howell-49/+45
2018-12-11fix rust-lang/rust issue #50583Piers Finlayson-2/+2
2018-12-11Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromeybors-0/+52
2018-12-11miri: use backtrace crate printing instead of rolling our ownRalf Jung-40/+4
2018-12-11Always set the RDRAND and RDSEED features on SGXJethro Beekman-0/+1
2018-12-11Test capacity of ZST vectorKonrad Borowski-0/+5
2018-12-11Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichtonbors-16/+28