]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-10-06 Jonathan TurnerRollup merge of #36726 - cbreeden:patch-1, r=GuillaumeGomez
2016-10-06 borsAuto merge of #36893 - apasel422:issue-32114, r=alexcri...
2016-10-05 Andrew PaseltinerRestore `DISCONNECTED` state in `oneshot::Packet::send`
2016-10-05 borsAuto merge of #36944 - brson:modos, r=alexcrichton
2016-10-05 borsAuto merge of #36736 - srinivasreddy:method, r=nrc
2016-10-05 borsAuto merge of #36971 - brson:docdir, r=alexcrichton
2016-10-05 borsAuto merge of #36958 - nikomatsakis:issue-36856, r...
2016-10-05 Srinivas Reddy... run rustfmt on librustc_typeck/check/method folder
2016-10-05 borsAuto merge of #36942 - arielb1:cast-lifetimes, r=eddyb
2016-10-05 Brian AndersonUpdate rust-installer. Fixes #36451
2016-10-04 borsAuto merge of #36814 - petrochenkov:def, r=eddyb
2016-10-04 Vadim PetrochenkovRemove some unused methods from metadata
2016-10-04 borsAuto merge of #36933 - alexcrichton:less-neon-again...
2016-10-04 Vadim PetrochenkovTurn some impossible definitions into ICEs
2016-10-04 Vadim PetrochenkovEliminate ty::VariantKind in favor of def::CtorKind
2016-10-04 Vadim PetrochenkovSet `NON_ZERO_SIZED` flag correctly for struct/union...
2016-10-04 Vadim PetrochenkovMove pattern resolution checks from typeck to resolve
2016-10-04 Vadim PetrochenkovFurther cleanup in resolve
2016-10-04 Vadim PetrochenkovFix cross-crate resolution of half-items created by...
2016-10-04 Vadim PetrochenkovSeparate Def::StructCtor/Def::VariantCtor from Def...
2016-10-04 Alex Crichtonrustc: Try again to disable NEON on armv7 linux
2016-10-04 borsAuto merge of #36874 - japaric:thumbs, r=alexcrichton
2016-10-04 borsAuto merge of #36953 - Manishearth:rollup, r=Manishearth
2016-10-04 Niko Matsakisforce `i1` booleans to `i8` when comparing
2016-10-04 Manish GoregaokarRollup merge of #36951 - nnethercote:fix-ICE, r=eddyb
2016-10-04 Manish GoregaokarRollup merge of #36941 - martinhath:issue-21837, r...
2016-10-04 Manish GoregaokarRollup merge of #36938 - tmiasko:cursor-seek-overflow...
2016-10-04 Manish GoregaokarRollup merge of #36928 - GuillaumeGomez:error_urls...
2016-10-04 Manish GoregaokarRollup merge of #36921 - nnethercote:two-lexer-tweaks...
2016-10-04 Manish GoregaokarRollup merge of #36917 - nnethercote:speed-up-plug_leak...
2016-10-04 Manish GoregaokarRollup merge of #36916 - frewsxcv:patch-1, r=alexcrichton
2016-10-04 Manish GoregaokarRollup merge of #36908 - GuillaumeGomez:default_doc...
2016-10-04 Manish GoregaokarRollup merge of #36903 - frewsxcv:typekind, r=jseyfried
2016-10-04 Manish GoregaokarRollup merge of #36902 - ollie27:stab_impls, r=alexcrichton
2016-10-04 Manish GoregaokarRollup merge of #36878 - BlueSpaceCanary:book-dedup...
2016-10-04 Manish GoregaokarRollup merge of #36798 - gavinb:fix/36164, r=GuillaumeGomez
2016-10-04 Nicholas NethercoteFix an ICE in BuildReducedGraphVisitor::visit_trait_item.
2016-10-04 Jorge Apariciochange max_atomic_width type from u64 to Option<u64>
2016-10-04 Jorge Apariciofix: "abort" -> PanicStrategy
2016-10-04 Jorge Aparicioadd a reference about the stated FP facts
2016-10-04 Jorge Aparicioadd +d16 and +fp-only-sp to thumbv7em-none-eabihf and...
2016-10-04 borsAuto merge of #36876 - nikomatsakis:issue-36381, r...
2016-10-03 Brian AndersonFix mod declarations on untested platforms
2016-10-03 Ariel Ben-Yehudastop having identity casts be lexprs
2016-10-03 borsAuto merge of #36821 - pweaver:master, r=michaelwoerister
2016-10-03 Martin ThoresenAdd test for Issue #21837
2016-10-03 Tomasz MiąskoCheck for overflow in Cursor<Vec<u8>>::write.
2016-10-03 Pweaver (Paul... fixes multi-line string whitespace in librustc_incremen...
2016-10-03 borsAuto merge of #36815 - alexcrichton:stabilize-1.13...
2016-10-03 Alex Crichtonstd: Stabilize and deprecate APIs for 1.13
2016-10-03 Niko Matsakisloosen assertion against proj in collector
2016-10-03 Guillaume GomezAdd missing urls for error module
2016-10-03 borsAuto merge of #36847 - alexcrichton:rustc-macro-doc...
2016-10-03 borsAuto merge of #36766 - nnethercote:hash-span-capacity...
2016-10-03 borsAuto merge of #36767 - jseyfried:enforce_rfc_1560_shado...
2016-10-03 Nicholas NethercoteSimplify `start_bpos` calculation in scan_comment().
2016-10-03 Nicholas NethercoteStreamline StringReader::bump.
2016-10-03 Nicholas NethercoteAvoid overflow check in `HashMap::reserve`'s fast path.
2016-10-03 Nicholas NethercoteOptimize plug_leaks some more.
2016-10-03 Nicholas NethercoteOptimize plug_leaks.
2016-10-03 Corey FarwellRemove redundant 'Variant' in variant names, stop reexp...
2016-10-03 Corey FarwellMigrate `VariantKind` constructor to `Clean` impl.
2016-10-03 Corey FarwellSimplify equality checks.
2016-10-03 Corey FarwellRemove redundant 'Import' in variant names, stop reexpo...
2016-10-03 Corey FarwellCleanup `return` statements.
2016-10-03 Corey FarwellMigrate `VariantKind` construction function to associat...
2016-10-03 Corey FarwellRename method 'to_string' to match conventions.
2016-10-03 Corey FarwellRemove redundant 'Type' in variant names, stop reexporting.
2016-10-03 Corey FarwellUpdate unstable attr to reference tracking issue.
2016-10-03 borsAuto merge of #36807 - brson:pal, r=brson
2016-10-02 Philip DavisAvoid introducing `run` twice
2016-10-02 Brian AndersonMove platform-specific arg handling to sys::args
2016-10-02 Brian AndersonAdd a platform-abstraction tidy script
2016-10-02 borsAuto merge of #36904 - camlorn:field_offsets_refactor...
2016-10-02 Jorge Aparicioset panic-strategy to abort
2016-10-02 Jorge Aparicioset relocation-model to static
2016-10-02 Jorge Apariciorustc -> $(RUSTC) in rmake test
2016-10-02 Jorge Aparicioadd Thumbs to the compiler
2016-10-02 Austin HicksReplace offset_after_field with offsets
2016-10-02 borsAuto merge of #36404 - christopherdumas:master, r=Guill...
2016-10-02 Guillaume Gomezfix typos
2016-10-02 borsAuto merge of #36862 - chamoysvoice:E0220, r=GuillaumeGomez
2016-10-02 Jeffrey SeyfriedFix fallout in tests.
2016-10-02 Jeffrey SeyfriedAdd test.
2016-10-02 Jeffrey SeyfriedEnforce the weakened shadowing restriction.
2016-10-02 borsAuto merge of #36853 - TimNN:rustbuild-out-of-tree...
2016-10-02 Jeffrey SeyfriedRecord macro import site spans.
2016-10-02 Jeffrey SeyfriedRefactor out `resolve_macro_name`.
2016-10-02 Jeffrey SeyfriedAdd field `backtrace: SyntaxContext` to `ExpansionData`.
2016-10-02 Jeffrey SeyfriedRefactor `ext::base::Resolver::add_ext` to only define...
2016-10-02 Gavin BakerImprove error message and snippet for "did you mean...
2016-10-02 Jeffrey SeyfriedRefactor field `expansion_data` of `Resolver` to use...
2016-10-02 Jeffrey SeyfriedAdd struct `macros::NameBinding`.
2016-10-02 borsAuto merge of #36840 - eulerdisk:incr_test_for_hash_enu...
2016-10-01 Oliver Middletonstd: Correct stability attributes for some implementations
2016-10-01 borsAuto merge of #36828 - pnkfelix:update-compiler-rt...
2016-10-01 Brian Andersonstd: Remove plattform-specific code from os_str
2016-10-01 Brian Andersonstd: Move platform specific stdio code into sys
2016-10-01 Brian Andersonstd: Move platform specific memchr code into sys
2016-10-01 Brian Andersonstd: Move platform specific env code into sys
next