]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-03-06 Alex Crichtonrollup merge of #23097: alexcrichton/issue-23076
2015-03-06 Alex Crichtonrollup merge of #23091: japaric/phantom
2015-03-06 Alex Crichtonrollup merge of #23087: nagisa/std-undeadlock
2015-03-06 Alex Crichtonrollup merge of #22975: alexcrichton/stabilize-ffi
2015-03-06 Alex Crichtonrollup merge of #22813: alexcrichton/deprecate-net
2015-03-06 Alex CrichtonSuppress some warnings about features
2015-03-06 Alex Crichtonstd: Ignore a test on windows
2015-03-06 Alex Crichtonstd: Deprecate the std::old_io::net primitives
2015-03-06 Manish GoregaokarRollup merge of #22474 - iKevinY:pandoc-version-check...
2015-03-06 Manish GoregaokarBufferedWriter -> BufWriter (fixup #23060)
2015-03-06 Manish GoregaokarRollup merge of #23100 - wesleywiser:fix_23059, r=brson
2015-03-06 Manish GoregaokarRollup merge of #23096 - posborne:paths-documentation...
2015-03-06 Manish GoregaokarRollup merge of #23094 - brson:beta, r=huonw
2015-03-06 Manish GoregaokarRollup merge of #23082 - killercup:patch-6, r=alexcrichton
2015-03-06 Manish GoregaokarRollup merge of #23067 - oli-obk:doc_examle_fix, r...
2015-03-06 Manish GoregaokarRollup merge of #23056 - awlnx:master, r=nrc
2015-03-06 Manish GoregaokarRollup merge of #23048 - davbo:fix-broken-link-in-old...
2015-03-06 Manish GoregaokarRollup merge of #23045 - ctjhoa:master, r=Manishearth
2015-03-06 Manish GoregaokarRollup merge of #23025 - huonw:better-iter-infer, r...
2015-03-06 Manish GoregaokarRollup merge of #23101 - laijs:fix-file-perm, r=alexcri...
2015-03-06 Manish GoregaokarRollup merge of #23099 - brson:lint-cstack, r=alexcrichton
2015-03-06 Manish GoregaokarRollup merge of #23098 - brson:ignore-fast, r=alexcrichton
2015-03-06 Simonas KazlauskasFix an easy to trigger deadlock in std::io::stdio
2015-03-06 Manish GoregaokarRollup merge of #23095 - stepancheg:test-bind-fail...
2015-03-06 Manish GoregaokarRollup merge of #23090 - alexcrichton:dep-info, r=pnkfelix
2015-03-06 Manish GoregaokarRollup merge of #23081 - alexcrichton:stabilize-fs...
2015-03-06 Manish GoregaokarRollup merge of #23079 - alexcrichton:deprecate-process...
2015-03-06 Manish GoregaokarRollup merge of #23074 - michaelwoerister:constants...
2015-03-06 Manish GoregaokarRollup merge of #23070 - krdln:fix-stat-arm, r=alexcrichton
2015-03-06 Manish GoregaokarRollup merge of #23060 - lifthrasiir:rustdoc-sidebar...
2015-03-06 Manish GoregaokarRollup merge of #23039 - steveklabnik:doc_vec_macro...
2015-03-06 Manish GoregaokarRollup merge of #23010 - alexcrichton:deprecate-some...
2015-03-06 Manish GoregaokarRollup merge of #22980 - alexcrichton:debug-assertions...
2015-03-06 Manish GoregaokarRollup merge of #22899 - huonw:macro-stability, r=alexc...
2015-03-06 Manish GoregaokarRollup merge of #22862 - vhbit:broken-open, r=alexcrichton
2015-03-06 Lai Jiangshanfile permission: remove executable bit from *.rs
2015-03-06 Wesley WiserFix reference to 'librlibc' in libcore docs
2015-03-06 Brian AndersonRemove run-pass/lint-cstack.rs. No longer testing anything.
2015-03-06 Brian Anderson'ignore-fast' directives do nothing
2015-03-06 Alex Crichtonstd: Fix peeling ports from addresses
2015-03-06 Paul Osbornefix minor grammar mistake in paths documentation
2015-03-06 Alex Crichtonstd: Stabilize the `fs` module
2015-03-05 Stepan Koltsovstd: net: enable bind_error test on all platforms
2015-03-05 Brian Andersonmk: Once again rename the beta channel artifacts as...
2015-03-05 Alex Crichtonstd: Stabilize the `ffi` module
2015-03-05 Alex Crichtonrustc: Add a debug_assertions #[cfg] directive
2015-03-05 Alex Crichtonrustc: Don't emit dep-info for imported files
2015-03-05 Jorge AparicioOIBIT: for `PhantomData<T>` check `T` rather than the...
2015-03-05 borsAuto merge of #23031 - Manishearth:rollup, r=Manishearth
2015-03-05 Pascal HertleifFix Playpen Links Containing Multiple Examples
2015-03-05 Alex Crichtonstd: Deprecate the old_io::process module
2015-03-05 borsAuto merge of #23026 - nikomatsakis:issue-20220-supertr...
2015-03-05 awlnxfix for new attributes failing. issue #22964
2015-03-05 Michael Woeristerdebuginfo: Add test case for `extern "C"` functions.
2015-03-05 Kang Seonghoonrustdoc: Reworded comments to give the rationale for JS.
2015-03-05 Michael Woeristerdebuginfo: Add `debuginfo::with_source_location_overrid...
2015-03-05 Huon WilsonRun feature-gating on the final AST passed to the compiler.
2015-03-05 Huon WilsonAdd more debugging to syntax::feature_gate.
2015-03-05 Huon WilsonUse `#[allow_internal_unstable]` for `thread_local!`
2015-03-05 Huon WilsonAdd #[allow_internal_unstable] to track stability for...
2015-03-05 Oliver Schneiderdoc example does nothing
2015-03-05 Huon WilsonUse more associated types in core::iter.
2015-03-05 Manish GoregaokarFix tag align tests for 32bit linux (fixes #7340)
2015-03-05 Niko MatsakisAddress nits by @nrc.
2015-03-05 Valerii HioraiOS: open file on aarch64 breaks permissions
2015-03-05 Kang Seonghoonrustdoc: Move sidebar items into shared JavaScript.
2015-03-05 Manish GoregaokarRollup merge of #23033 - pelmers:patch-3, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #23029 - vhbit:ios-env-stab, r=alexcrichton
2015-03-05 Manish GoregaokarRollup merge of #23027 - fenhl:patch-1, r=sfackler
2015-03-05 Manish GoregaokarRollup merge of #23006 - dhuseby:master, r=alexcrichton
2015-03-05 Manish GoregaokarRollup merge of #22947 - ic:master, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #22937 - MDCox:str-docs, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #22994 - eddyb:unsuffix-ints-good,...
2015-03-05 Manish GoregaokarMove span in error (fixup #22764)
2015-03-05 Manish GoregaokarRollup merge of #23006 - dhuseby:master, r=alexcrichton
2015-03-05 Dave Husebyupdating llvm-auto-clean-trigger too
2015-03-05 Dave Husebyadding bitrig snapshot to snapshots file
2015-03-05 Dave Husebybumping again to get the updated configure
2015-03-05 Dave Husebybumping the jemalloc revision to include the bitrig...
2015-03-05 Manish GoregaokarRollup merge of #22973 - djmally:coll_docs, r=Gankro
2015-03-05 Dave Husebyupdating llvm submodule to include bitrig support
2015-03-05 Manish GoregaokarRollup merge of #22994 - eddyb:unsuffix-ints-good,...
2015-03-05 Eduard BurtescuFix compile-fail error messages after integer suffix...
2015-03-05 Eduard BurtescuRemove integer suffixes where the types in compiled...
2015-03-05 Manish GoregaokarRollup merge of #22764 - ivanradanov:fileline_help...
2015-03-05 Manish GoregaokarRollup merge of #23018 - sanxiyn:quote-question, r...
2015-03-05 Seo SanghyeonFix quoting of ?Sized
2015-03-05 Manish GoregaokarRollup merge of #23013 - nikomatsakis:syncbox, r=pnkfelix
2015-03-05 Manish GoregaokarRollup merge of #23004 - alexcrichton:libc-stable,...
2015-03-05 Manish GoregaokarRollup merge of #23001 - alexcrichton:index-output...
2015-03-05 Manish GoregaokarRollup merge of #23000 - Florob:unicode-FL, r=brson
2015-03-05 Manish GoregaokarRollup merge of #22939 - bleibig:grammar-updates, r...
2015-03-05 Manish GoregaokarRollup merge of #22029 - iKevinY:tidy-changes, r=brson
2015-03-05 borsAuto merge of #22061 - pczarn:quote_matcher_and_attr...
2015-03-05 borsAuto merge of #22873 - alexcrichton:deprecate-fs, r...
2015-03-05 Alex Crichtonstd: Stabilize portions of the `io` module
2015-03-04 Alex Crichtonstd: Deprecate std::old_io::fs
2015-03-04 David KingFix broken link in old rust guide
2015-03-04 Camille TJHOAdocs(path.rs): fix ends_with method
2015-03-04 Steve KlabnikNote the alternate form of vec in trpl
next