]> git.lizzy.rs Git - rust.git/history - src
Add stable example to TypeId
[rust.git] / src /
2016-10-11 Simon SapinAdd Vec::dedup_by and Vec::dedup_by_key
2016-10-11 borsAuto merge of #36983 - alexcrichton:configure-multiple...
2016-10-11 Tobias BucherFix Android compilation `io::Error` -> `io::ErrorKind`
2016-10-11 borsAuto merge of #36825 - sbwtw:master, r=alexcrichton
2016-10-11 Jeffrey SeyfriedAdd test.
2016-10-11 Jeffrey SeyfriedRemove `LegacyBindingKind::MacroUse`.
2016-10-11 Jeffrey SeyfriedClean up the scopes of expanded `#[macro_use]` imports.
2016-10-11 Jeffrey SeyfriedAdd support for undetermined macro invocations.
2016-10-11 Jeffrey SeyfriedMerge branch 'persistent_macro_scopes' into cleanup_exp...
2016-10-11 Jeffrey SeyfriedCheck for shadowing errors after all invocations have...
2016-10-11 Wesley WiserMove IdxSetBuf and BitSlice to rustc_data_structures
2016-10-11 borsAuto merge of #36707 - achanda:ip_type, r=alexcrichton
2016-10-10 Corey FarwellSimplify `str` and `Path` comparison.
2016-10-10 Corey FarwellReturn early to avoid excessive indentation.`
2016-10-10 Corey FarwellUse `Cow` instead of `String` to avoid unnecessary...
2016-10-10 Corey FarwellConvert `String` generating functions into `&str` const...
2016-10-10 p512Changed 0 into '0'
2016-10-10 Ulrik SverdrupAdd method str::repeat(self, usize) -> String
2016-10-10 Jeffrey SeyfriedTest derive expansion ordering.
2016-10-10 Jeffrey SeyfriedExpand `#[derive]` attribute macro invocations last.
2016-10-10 borsAuto merge of #37030 - michaelwoerister:live-debug...
2016-10-10 Guillaume GomezAdd missing urls on String module
2016-10-10 Mark-SimulacrumAdd comparison operators to boolean const eval.
2016-10-10 Michael WoeristerICH: Enable some cases in trait definition hashing.
2016-10-10 Michael WoeristerLLVM: Backport "[SimplifyCFG] Correctly test for uncond...
2016-10-10 Michael WoeristerUpdate LLVM to fix bug in SimplifyCFG pass.
2016-10-10 borsAuto merge of #36341 - sagebind:thread_id, r=alexcrichton
2016-10-10 Jeffrey SeyfriedAvoid quadratic complexity.
2016-10-10 Nicholas NethercoteMerge `Printer::token` and `Printer::size`.
2016-10-10 Nick CameronError monitor should emit error to stderr instead of...
2016-10-09 Nicholas NethercoteAvoid allocations in `Decoder::read_str`.
2016-10-09 John FirebaughUpdate E0303 to new error format
2016-10-09 borsAuto merge of #37055 - kali:master, r=alexcrichton
2016-10-09 Mathieu Poumeyroluse MSG_NOSIGNAL on all relevant platforms
2016-10-09 Tobias BucherUse `try_into` and move some functions
2016-10-09 Tobias BucherDynamically detect presence of `p{read,write}64` on...
2016-10-09 Tobias BucherImplement reading and writing atomically at certain...
2016-10-09 borsAuto merge of #36982 - GuillaumeGomez:slice_urls, r...
2016-10-09 Corey FarwellRemove unnecessary `pub` function classifier.
2016-10-09 Corey FarwellMake `ExternalHtml::load` short-circuited.
2016-10-09 Corey FarwellRefactor away `load_or_return` macro.
2016-10-09 Srinivas Reddy Tha... run rustfmt on librustc_lint folder
2016-10-09 Corey FarwellAdd doc comments describing fields on `externalfiles...
2016-10-09 borsAuto merge of #36637 - GuillaumeGomez:fix_run_button...
2016-10-09 Corey FarwellDon't construct `PathBuf` ownership if we don't need it.
2016-10-08 borsAuto merge of #37041 - tbu-:pr_less_sizet_casts, r...
2016-10-08 borsAuto merge of #37027 - alexcrichton:less-deps-in-bootst...
2016-10-08 Alex Crichtonrustbuild: Optimize build times slightly
2016-10-08 Guillaume GomezAdd missing urls in slice doc module
2016-10-08 Guillaume GomezAdd missing urls for hash modules
2016-10-08 Tobias BucherUse less `size_t` casts in libstd since it's now define...
2016-10-08 borsAuto merge of #37039 - Manishearth:rollup, r=Manishearth
2016-10-08 Florian DieboldAdd ICH test case for consts
2016-10-08 Florian DieboldAdd ICH test case for statics
2016-10-08 Manish GoregaokarRollup merge of #37034 - nox:empty-trait-list, r=alexcr...
2016-10-08 Manish GoregaokarRollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment...
2016-10-08 Manish GoregaokarRollup merge of #37029 - japaric:no-panics-in-checked...
2016-10-08 Manish GoregaokarRollup merge of #37028 - alexcrichton:fix-deps, r=japaric
2016-10-08 Manish GoregaokarRollup merge of #37016 - alexcrichton:workspaces, r...
2016-10-08 Manish GoregaokarRollup merge of #36937 - wesleywiser:patch-3, r=frewsxcv
2016-10-08 borsAuto merge of #37015 - ahmedcharles:sudo, r=alexcrichton
2016-10-08 borsAuto merge of #37014 - nnethercote:avoid-pat_to_string...
2016-10-08 Jeffrey SeyfriedPersistent macro scopes.
2016-10-08 borsAuto merge of #37006 - brson:jsbackend, r=alexcrichton
2016-10-08 Alex Crichtonrustbuild: Use `cargo metadata` to learn about DAG
2016-10-07 Anthony RamineDo not add an empty #[derive()] list in expand_derive...
2016-10-07 Stephen M. CoakleyUnlock guard before overflow panic
2016-10-07 Nick FitzgeraldFix a typo in a comment describing gcc.rs's eh_frame_re...
2016-10-07 Jeffrey SeyfriedRename `resolve::macros::{ExpansionData -> InvocationDa...
2016-10-07 Jeffrey SeyfriedImmutable `ExpansionData`.
2016-10-07 Jeffrey SeyfriedCleanup `depth`s.
2016-10-07 Jeffrey SeyfriedRefactor away `ext::expand::{expand_crate, expand_crate...
2016-10-07 Jeffrey SeyfriedAdd macros from plugins in `libsyntax_ext::register_bui...
2016-10-07 Jeffrey SeyfriedCombine `std_inject::{no_core, no_std}` into `std_injec...
2016-10-07 Michael Woeristerllvm: Update LLVM to include fix for pathologic case...
2016-10-07 Jorge Apariciorewrite checked_{div,rem} to no contain any reference...
2016-10-07 Alex Crichtonrustbuild: Fix dependencies of check-docs step
2016-10-07 Ahmed CharlesUse workspaces and switch to a single Cargo.lock.
2016-10-07 borsAuto merge of #36981 - alexcrichton:catch-unwind-for...
2016-10-07 borsAuto merge of #36945 - alexcrichton:proc-macro-rename...
2016-10-07 Michael Woeristerincr.comp.: Cover indirect changes in struct ICH test...
2016-10-07 Michael Woeristerincr.comp.: Hide concrete hash algorithm used for ICH
2016-10-07 Nicholas NethercoteAvoid some `pat_to_string` calls.
2016-10-07 Wesley WiserFix documentation for `write!` on `std::fmt` page
2016-10-07 borsAuto merge of #37024 - GuillaumeGomez:rollup, r=Guillau...
2016-10-07 Guillaume GomezRollup merge of #37008 - tshepang:quotes, r=steveklabnik
2016-10-07 Guillaume GomezRollup merge of #37003 - GuillaumeGomez:underline-remov...
2016-10-07 Guillaume GomezRollup merge of #36929 - angelsl:issue-36683, r=stevekl...
2016-10-07 Guillaume GomezRollup merge of #36665 - kmcallister:arc-docs, r=stevek...
2016-10-07 Guillaume GomezRollup merge of #36222 - acrrd:better_underline_E0057...
2016-10-07 Jeffrey SeyfriedAdd regression test.
2016-10-07 borsAuto merge of #36940 - eulerdisk:incr_test_for_hash_tra...
2016-10-07 Jeffrey SeyfriedSupport importing inaccessible `extern crate`s with...
2016-10-07 KillTheMuleWrap & improve
2016-10-07 borsAuto merge of #36753 - srinivasreddy:hash, r=nrc
2016-10-07 Srinivas Reddy Tha... Run rustfmt on librustc_typeck/check/ folder
2016-10-07 Ahmed CharlesPrevent accidentally running 'make install' as sudo.
2016-10-06 borsAuto merge of #35641 - ahmedcharles:install, r=alexcrichton
2016-10-06 Tshepang Lekhonkhobereference: use ticks instead of quotes
2016-10-06 Andrea CorradiBetter underline for E0057,E0060,E0061
next