about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-74/+62
2018-12-13Update ClippyIgor Matuszewski-14/+16
2018-12-13Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJungbors-79/+101
2018-12-13Expand on a few commentsOliver Scherer-0/+6
2018-12-13Update tests to show diagnosticsOliver Scherer-20/+129
2018-12-13Fix indentOliver Scherer-3/+1
2018-12-13Doc comment formatOliver Scherer-2/+2
2018-12-13fix: make hello publicSatya Rohith-2/+2
2018-12-13Add x86_64-unknown-uefi targetDavid Herrmann-0/+135
2018-12-13Stabilize `linker-flavor` flag.David Wood-98/+12
2018-12-13Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapinbors-5/+8
2018-12-13Auto merge of #56090 - nnethercote:filesearch, r=eddybbors-154/+139
2018-12-13Make SimplifyCfg collapse goto chains from bb0Shotaro Yamada-1/+80
2018-12-13Some changesJohn Kåre Alsaker-1/+5
2018-12-13Make the 'a lifetime on TyCtxt uselessJohn Kåre Alsaker-47/+51
2018-12-13Auto merge of #55982 - alexcrichton:panic-extern-abort, r=zackmdavisbors-46/+61
2018-12-12Suggest using `.display()` when trying to print a `Path`Esteban Küber-2/+28
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