about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-10-10Expand `#[derive]` attribute macro invocations last.Jeffrey Seyfried-5/+30
2016-10-10Auto merge of #37030 - michaelwoerister:live-debug-values-fix, r=alexcrichtonbors-1/+1
2016-10-10Add missing urls on String moduleGuillaume Gomez-3/+4
2016-10-10Add comparison operators to boolean const eval.Mark-Simulacrum-0/+8
2016-10-10ICH: Enable some cases in trait definition hashing.Michael Woerister-91/+85
2016-10-10LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge...Michael Woerister-1/+1
2016-10-10Update LLVM to fix bug in SimplifyCFG pass.Michael Woerister-0/+0
2016-10-10Include attributes on generic parameter bindings in pretty printer.Felix S. Klock II-0/+3
2016-10-10Auto merge of #36341 - sagebind:thread_id, r=alexcrichtonbors-0/+59
2016-10-10Avoid quadratic complexity.Jeffrey Seyfried-2/+18
2016-10-10Merge `Printer::token` and `Printer::size`.Nicholas Nethercote-38/+31
2016-10-10Error monitor should emit error to stderr instead of stdoutNick Cameron-1/+1
2016-10-10Avoid allocations in `Decoder::read_str`.Nicholas Nethercote-11/+13
2016-10-09Update E0303 to new error formatJohn Firebaugh-4/+11
2016-10-09Auto merge of #37055 - kali:master, r=alexcrichtonbors-6/+18
2016-10-09use MSG_NOSIGNAL on all relevant platformsMathieu Poumeyrol-6/+18
2016-10-09Use `try_into` and move some functionsTobias Bucher-29/+37
2016-10-09Dynamically detect presence of `p{read,write}64` on AndroidTobias Bucher-23/+68
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-2/+295
2016-10-09Auto merge of #36982 - GuillaumeGomez:slice_urls, r=frewsxcvbors-7/+19
2016-10-09Remove unnecessary `pub` function classifier.Corey Farwell-1/+1
2016-10-09Make `ExternalHtml::load` short-circuited.Corey Farwell-10/+16
2016-10-09Refactor away `load_or_return` macro.Corey Farwell-26/+37
2016-10-09run rustfmt on librustc_lint folderSrinivas Reddy Thatiparthy-479/+601
2016-10-08Add doc comments describing fields on `externalfiles::ExternalHtml`.Corey Farwell-0/+6
2016-10-08Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=blussbors-2/+32
2016-10-08Don't construct `PathBuf` ownership if we don't need it.Corey Farwell-3/+3
2016-10-08Auto merge of #37041 - tbu-:pr_less_sizet_casts, r=alexcrichtonbors-38/+32
2016-10-08rustbuild: Optimize build times slightlyAlex Crichton-115/+32
2016-10-08Add missing urls in slice doc moduleGuillaume Gomez-7/+19
2016-10-08Add missing urls for hash modulesGuillaume Gomez-15/+22
2016-10-08Use less `size_t` casts in libstd since it's now defined as `usize`Tobias Bucher-38/+32
2016-10-08Auto merge of #37039 - Manishearth:rollup, r=Manishearthbors-989/+919
2016-10-08Add ICH test case for constsFlorian Diebold-0/+132
2016-10-08Add ICH test case for staticsFlorian Diebold-0/+185
2016-10-08Rollup merge of #37034 - nox:empty-trait-list, r=alexcrichtonManish Goregaokar-4/+6
2016-10-08Rollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment, r=alexcrichtonManish Goregaokar-1/+1
2016-10-08Rollup merge of #37029 - japaric:no-panics-in-checked-ops, r=alexcrichtonManish Goregaokar-8/+6
2016-10-08Rollup merge of #37028 - alexcrichton:fix-deps, r=japaricManish Goregaokar-1/+1
2016-10-08Rollup merge of #37016 - alexcrichton:workspaces, r=japaricManish Goregaokar-973/+903
2016-10-08Rollup merge of #36937 - wesleywiser:patch-3, r=frewsxcvManish Goregaokar-2/+2
2016-10-08Auto merge of #37015 - ahmedcharles:sudo, r=alexcrichtonbors-0/+4
2016-10-07Auto merge of #37014 - nnethercote:avoid-pat_to_string, r=arielb1bors-9/+26
2016-10-08Persistent macro scopes.Jeffrey Seyfried-99/+167
2016-10-07rustbuild: Use `cargo metadata` to learn about DAGAlex Crichton-74/+91
2016-10-08Do not add an empty #[derive()] list in expand_derive (fixes #37033)Anthony Ramine-4/+6
2016-10-07Unlock guard before overflow panicStephen M. Coakley-0/+1
2016-10-07Fix a typo in a comment describing gcc.rs's eh_frame_registry moduleNick Fitzgerald-1/+1
2016-10-07Rename `resolve::macros::{ExpansionData -> InvocationData}`.Jeffrey Seyfried-29/+29
2016-10-07Immutable `ExpansionData`.Jeffrey Seyfried-23/+37