]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-03-02 Niko Matsakisconvert coherence-cow to use revisions
2016-03-02 Niko Matsakisrefactor and generalize revisions
2016-03-02 borsAuto merge of #31937 - petrochenkov:field, r=eddyb
2016-03-02 Vadim PetrochenkovAdd test (fixes #27340)
2016-03-02 Vadim PetrochenkovMove span into `StructField`
2016-03-02 Vadim PetrochenkovUse numeric field `Name`s ("0", "1" etc) for positional...
2016-03-02 Vadim PetrochenkovGet rid of hir::StructFieldKind
2016-03-02 vegaiAdd a span note on type definition spot
2016-03-02 srinivasreddyExplained the difference between ownership iteration...
2016-03-02 borsAuto merge of #32001 - Manishearth:rollup, r=Manishearth
2016-03-02 Niko Matsakisintroduce the notion of revisions, currently unused
2016-03-02 Niko Matsakischange compile_flags to eagerly split into a vector...
2016-03-02 Manish GoregaokarRollup merge of #31999 - bluss:fundamental-raw-ptr...
2016-03-02 Manish GoregaokarRollup merge of #31989 - Kimundi:more_flexible_str_patt...
2016-03-02 Manish GoregaokarRollup merge of #31985 - ashleysommer:libbackgrace_emsc...
2016-03-02 Manish GoregaokarRollup merge of #31982 - apasel422:sync, r=alexcrichton
2016-03-02 Manish GoregaokarRollup merge of #31919 - petrochenkov:blockpub, r=nikom...
2016-03-02 EvanMake book ordering more natural
2016-03-02 ashleysommerFix compiling libstd with emscripten target.
2016-03-01 Andrew PaseltinerExplicitly opt out of `Sync` for `cell` and `mpsc`...
2016-03-01 borsAuto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakis
2016-03-01 Ulrik SverdrupUse raw pointer casts for slice, str's .as_ptr()
2016-03-01 Sebastian WickiUpdate libc crate
2016-03-01 borsAuto merge of #31993 - steveklabnik:rollup, r=steveklabnik
2016-03-01 vegaispan_note => fileline_note
2016-03-01 Steve KlabnikRollup merge of #31992 - brson:bump, r=steveklabnik
2016-03-01 Steve KlabnikRollup merge of #31987 - gcatlin:patch-1, r=steveklabnik
2016-03-01 Steve KlabnikRollup merge of #31984 - xaocon:master, r=steveklabnik
2016-03-01 Steve KlabnikRollup merge of #31978 - tsion:patch-1, r=Manishearth
2016-03-01 Steve KlabnikRollup merge of #31973 - brson:relnotes3, r=alexcrichton
2016-03-01 Steve KlabnikRollup merge of #31969 - brson:relnotes, r=alexcrichton
2016-03-01 Steve KlabnikRollup merge of #31965 - miqid:doc, r=steveklabnik
2016-03-01 Brian AndersonBump to 1.9
2016-03-01 Niko Matsakisrefactor header parsing so it can work "in-place"
2016-03-01 Marvin LöbelChanged `std::pattern::Pattern` impl on `&'a &'a str...
2016-03-01 Niko Matsakisrequire that header lines begin with `//`
2016-03-01 borsAuto merge of #31939 - killercup:patch-17, r=brson
2016-03-01 Geoff Catlingrammar: 'fewer' instead of 'less'
2016-03-01 Michael HuynhFix broken links for core primitives
2016-03-01 borsAuto merge of #31962 - sanxiyn:const-eval-map, r=arielb1
2016-03-01 borsAuto merge of #31335 - SimonSapin:ascii-into, r=alexcri...
2016-03-01 borsAuto merge of #31713 - alexcrichton:rustbuild-docs...
2016-03-01 EvanClarified the details of a borrowing example.
2016-02-29 Scott OlsonAdd link for `checked_neg` in 1.7 release notes.
2016-02-29 borsAuto merge of #31884 - alexcrichton:no-bootstrap-from...
2016-02-29 Brian AndersonMove the RFC 1214 breakage to 1.7 compatibility notes
2016-02-29 Brian AndersonAdd HashMap stabilizations to 1.7 relnotes
2016-02-29 Brian Andersonremove unstable flag from 1.7 release notes
2016-02-29 borsAuto merge of #31928 - alexcrichton:stabilize-1.8,...
2016-02-29 Alex Crichtontest: Mark all rpass-valgrind as no-prefer-dynamic
2016-02-29 Alex Crichtonstd: Stabilize APIs for the 1.8 release
2016-02-29 Seo SanghyeonUse HIR map instead of tcx in constant evaluator
2016-02-29 borsAuto merge of #31958 - teoryn:patch-3, r=nagisa
2016-02-29 borsAuto merge of #31960 - aidanhs:aphs-tweak-aliasing...
2016-02-29 Aidan Hobson... Add the 'T' present in the rust book
2016-02-29 borsAuto merge of #31959 - teoryn:patch-4, r=Manishearth
2016-02-29 Kevin StockFix typo (an Result)
2016-02-29 Kevin StockFix typo (!#[no_std])
2016-02-28 borsAuto merge of #31897 - tshepang:ref-not-needed, r=steve...
2016-02-28 Alex Crichtonrustbuild: Update dependencies
2016-02-28 Alex Crichtonrustbuild: Update nightly date
2016-02-28 Alex Crichtonrustbuild: Relax assertions about stage0
2016-02-28 Alex Crichtonrustbuild: Remove extra rustc flags
2016-02-28 Alex Crichtonrustbuild: Add steps for linking a sysroot
2016-02-28 Alex Crichtonrustbuild: Document what steps are
2016-02-28 Alex Crichtonrustbuild: Compile with the build compiler
2016-02-28 Alex Crichtonrustbuild: Move assembling rustc to its own step
2016-02-28 Alex Crichtonrustbuild: Fix a copy/paste error
2016-02-28 Alex Crichtonrustbuild: Enable cross-compiling LLVM
2016-02-28 Alex Crichtonrustbuild: Fix compiler-rt build on gnueabihf
2016-02-28 Alex Crichtonrustbuild: Sync changes to Cargo.lock
2016-02-28 Alex Crichtonrustbuild: Only pass RUSTC_FLAGS to target compiles
2016-02-28 Alex Crichtonrustbuild: Enable bootstrapping new hosts
2016-02-28 Steven FacklerFix windows
2016-02-28 Steven FacklerAdd UDP functionality from net2
2016-02-28 Steven FacklerAdd TCP functionality from net2
2016-02-28 Vadim PetrochenkovAdd some tests
2016-02-28 Tshepang Lekhonkhobedoc: "ref" not needed in the example
2016-02-28 borsAuto merge of #31902 - mitaa:rdoc-shorter, r=alexcrichton
2016-02-27 borsAuto merge of #31942 - bluss:iter-desugar, r=steveklabnik
2016-02-27 borsAuto merge of #31931 - Luke-Nukem:master, r=steveklabnik
2016-02-27 borsAuto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1
2016-02-27 Ulrik SverdrupMake for loop desugaring for iterators more precise
2016-02-27 borsAuto merge of #31940 - teoryn:patch-2, r=steveklabnik
2016-02-27 Kevin StockResolve ambiguous documentation
2016-02-27 Pascal HertleifReformat Part of 1.7 Release Notes
2016-02-27 Simonas KazlauskasAdd test
2016-02-27 Simonas KazlauskasFix MIR unpretty on failure conditions
2016-02-27 borsAuto merge of #31932 - Manishearth:rollup, r=Manishearth
2016-02-27 Alex Burkaupdate snapshot comments
2016-02-27 Alex Burkafix stability hole
2016-02-27 Alex Burkafix underflow in DoubleEndedIterator::next_back
2016-02-27 Alex Burkafix fallout from libsyntax enumpocalypse
2016-02-27 Alex Burkaadd indexing with RangeInclusive in libcore and libcoll...
2016-02-27 Alex Burkaadd StepBy for RangeInclusive
2016-02-27 Alex Burkanote work still to be done
2016-02-27 Alex Burkadocument inclusive range syntax
2016-02-27 Alex Burkaadjust range tests
2016-02-27 Alex Burkatest inclusive ranges
2016-02-27 Alex Burkafeature-gate inclusive range syntax
next