about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-10-11Code for enforcing `#[may_dangle]` attribute.Felix S. Klock II-15/+91
2016-10-11Thread `pure_wrt_drop` field through lifetime and type parameters.Felix S. Klock II-5/+27
2016-10-11Add feature gate for `dropck_eyepatch` feature (RFC 1327).Felix S. Klock II-0/+8
2016-10-11Merge two `impl<T> Vec<T>` blocks.Simon Sapin-126/+124
2016-10-11Add Vec::dedup_by and Vec::dedup_by_keySimon Sapin-1/+73
2016-10-11Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brsonbors-0/+30
2016-10-11Fix Android compilation `io::Error` -> `io::ErrorKind`Tobias Bucher-2/+2
2016-10-11Auto merge of #36825 - sbwtw:master, r=alexcrichtonbors-2/+12
2016-10-11Add test.Jeffrey Seyfried-3/+3
2016-10-11Remove `LegacyBindingKind::MacroUse`.Jeffrey Seyfried-34/+15
2016-10-11Clean up the scopes of expanded `#[macro_use]` imports.Jeffrey Seyfried-32/+31
2016-10-11Add support for undetermined macro invocations.Jeffrey Seyfried-18/+44
2016-10-11Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopesJeffrey Seyfried-199/+282
2016-10-11Check for shadowing errors after all invocations have been expanded.Jeffrey Seyfried-17/+26
2016-10-10Move IdxSetBuf and BitSlice to rustc_data_structuresWesley Wiser-18/+12
2016-10-10Auto merge of #36707 - achanda:ip_type, r=alexcrichtonbors-0/+32
2016-10-10Simplify `str` and `Path` comparison.Corey Farwell-1/+1
2016-10-10Return early to avoid excessive indentation.`Corey Farwell-24/+23
2016-10-10Use `Cow` instead of `String` to avoid unnecessary allocations.Corey Farwell-3/+4
2016-10-10Convert `String` generating functions into `&str` constants.Corey Farwell-18/+10
2016-10-11Changed 0 into '0'p512-1/+1
2016-10-11Add method str::repeat(self, usize) -> StringUlrik Sverdrup-0/+28
2016-10-10Test derive expansion ordering.Jeffrey Seyfried-2/+3
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-10Fix commentsMarcin Fatyga-2/+2
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-09Remove TypeOrigin::RangeExpressionJohn Firebaugh-6/+0
2016-10-09Auto merge of #37055 - kali:master, r=alexcrichtonbors-6/+18
2016-10-09Fix trailing whitespace.Marcin Fatyga-4/+4
2016-10-09use MSG_NOSIGNAL on all relevant platformsMathieu Poumeyrol-6/+18
2016-10-09Merge branch 'silent-overflow' of github.com:matthew-piziak/rust into silent-...Matthew Piziak-14/+0
2016-10-09use UFCS with Add::add and Sub::sub instead of unstable attributesMatthew Piziak-12/+6
2016-10-09Add or and or_else for ordering.Marcin Fatyga-0/+97
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