]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-13 borsauto merge of #15584 : alexcrichton/rust/warn-annoyance...
2014-07-13 Corey RichardsonUse a nicer Show impl for Name
2014-07-13 borsauto merge of #15621 : sfackler/rust/attr-span, r=cmr
2014-07-13 borsauto merge of #15614 : lucidd/rust/#15474, r=alexcrichton
2014-07-12 borsauto merge of #15617 : aturon/rust/std-more-experimenta...
2014-07-12 borsauto merge of #15613 : cmr/rust/rustdoc-arg-patterns...
2014-07-12 borsauto merge of #15610 : brson/rust/0.12.0, r=alexcrichton
2014-07-12 borsauto merge of #15607 : lucidd/rust/master, r=pnkfelix
2014-07-12 borsauto merge of #15605 : blake2-ppc/rust/rustdoc-const...
2014-07-12 borsauto merge of #15602 : adrientetar/rust/name-fix, r...
2014-07-12 borsauto merge of #15601 : jbclements/rust/disable-default...
2014-07-12 borsauto merge of #15592 : arjantop/rust/bufwriter-write...
2014-07-12 borsauto merge of #15588 : alexcrichton/rust/issue-15478...
2014-07-12 Alex Crichtonlibc: Switch open to use a mode_t on unix
2014-07-12 Alex Crichtonstd: Move MemoryMap fields to methods
2014-07-12 borsauto merge of #15597 : brson/rust/ldconfig, r=pcwalton
2014-07-12 Brian AndersonOnly run ldconfig on Linux
2014-07-12 borsauto merge of #15589 : Denommus/rust/master, r=alexcrichton
2014-07-11 Steven FacklerFix spans for attributes
2014-07-11 borsauto merge of #15586 : aturon/rust/stability-dashboard...
2014-07-11 Aaron Turonmark std::hash experimental
2014-07-11 Kevin Walterrustdoc: render 1-tuples as (T,) instead of (T)
2014-07-11 Corey Richardsonrustdoc: support tuple and struct patterns in function...
2014-07-11 Brian Andersonunicode: Remove crate_id attr
2014-07-11 Brian AndersonBump version to 0.12.0-pre
2014-07-11 Brian AndersonUpdate doc URLs for version bump
2014-07-11 borsauto merge of #15565 : alexcrichton/rust/issue-15475...
2014-07-11 John Clementsadd Macro Exterminator
2014-07-11 John Clementsmake walk/visit_mac opt-in only
2014-07-11 John Clementsuse side table to store exported macros
2014-07-11 John Clementsrename one of the two confusing MacroExpanders
2014-07-11 borsauto merge of #15503 : pnkfelix/rust/fsk-linear-derivin...
2014-07-11 Felix S. Klock IIRemoved dead structures after changes to PartialOrd...
2014-07-11 Felix S. Klock II`O(n*k)` code-size deriving on enums (better than previ...
2014-07-11 Felix S. Klock IIRevise the `const_nonmatching` flag with more info...
2014-07-11 borsauto merge of #15580 : pnkfelix/rust/fsk-fix-15558...
2014-07-11 Kevin WalterAdd rustc --pretty flowgraph to man page
2014-07-11 Arjan TopolovecAllow writes of length 0 to a full buffer
2014-07-11 borsauto merge of #15576 : mrmonday/rust/patch-1, r=alexcri...
2014-07-11 borsauto merge of #15575 : mvdnes/rust/spinlock_error,...
2014-07-11 rootrustdoc: Change type name of raw pointer from *T to...
2014-07-11 borsauto merge of #15574 : omasanori/rust/hidden, r=huonw
2014-07-11 Adrien Tétarwebfonts: name fix
2014-07-11 borsauto merge of #15570 : omasanori/rust/radix, r=alexcrichton
2014-07-11 Aaron TuronBug fixes for stability tracking
2014-07-11 Aaron Turonrustdoc: Add stability dashboard
2014-07-11 Brian Andersoninstall: Run ldconfig when installing on Unix. Closes...
2014-07-11 Brian Andersoninstall: Make the LD_LIRARY_PATH warning more aesthetic
2014-07-11 borsauto merge of #15564 : alexcrichton/rust/moar-hash...
2014-07-10 Yuri AlbuquerqueSome documentation fixes and improvements
2014-07-10 borsauto merge of #15336 : jakub-/rust/diagnostics, r=brson
2014-07-10 Jakub WieczorekAdd scaffolding for assigning alpha-numeric codes to...
2014-07-10 borsauto merge of #15353 : aturon/rust/env-hashmap, r=alexc...
2014-07-10 Aaron Turonio::process::Command: add fine-grained env builder
2014-07-10 borsauto merge of #15559 : fhahn/rust/issue-15445-mut-cast...
2014-07-10 Alex Crichtonrustc: Exclude #[repr(C)] from non camel case
2014-07-10 Alex Crichtonrustc: Always mark #[crate_name] as used
2014-07-10 Felix S. Klock IIMore robust install.sh: do runnability test in fresh...
2014-07-10 borsauto merge of #14519 : hirschenberger/rust/issue-10934...
2014-07-10 Robert ClipshamDocument event_loop_factory usage
2014-07-10 borsauto merge of #15578 : alexcrichton/rust/fix-dist-again...
2014-07-10 Alex Crichtonmk: Don't run rustc manually during distcheck
2014-07-10 Alex Crichtonrustc: Forbid plugin_registrar in only rlib form
2014-07-10 Alex Crichtonstd: Add some implementation of common traits
2014-07-10 borsauto merge of #15569 : pcwalton/rust/reexport-intrinsic...
2014-07-10 OGINO MasanoriRemove deprecated std::unstable module.
2014-07-10 borsauto merge of #15563 : luqmana/rust/nif, r=pcwalton
2014-07-10 Florian Hahntypeck: check casts from pointers to floats, closes...
2014-07-10 Mathijs van... Mistake in AtomicBool spinlock example
2014-07-10 borsauto merge of #15566 : japaric/rust/command-clone,...
2014-07-10 Falco HirschenbergerAdd range lint for float literals, fixing #10934
2014-07-10 OGINO MasanoriUse std::fmt::radix instead of to_str_radix.
2014-07-10 Patrick Waltonlibcore: Reexport a couple of widely-used low-level...
2014-07-10 borsauto merge of #15561 : huonw/rust/must-use-iterators...
2014-07-10 borsauto merge of #15556 : alexcrichton/rust/snapshots...
2014-07-10 Luqman Adenlibrustc: Translate input for transmute directly into...
2014-07-10 borsauto merge of #15554 : steveklabnik/rust/gh_15539,...
2014-07-10 Jorge AparicioDerive Clone for Command and StdioContainer
2014-07-10 Luqman Adenlibrustc: Update to reflect changes to how intrinsics...
2014-07-10 Luqman Adenlibrustc: Remove old codepaths for creating intrinsic...
2014-07-09 borsauto merge of #15514 : luqmana/rust/die-advance-die...
2014-07-09 Luqman Adentests: Remove uses of advance.
2014-07-09 Luqman Adenlibrustc: Remove uses of advance.
2014-07-09 Luqman Adenlibsyntax: Remove uses of advance.
2014-07-09 Luqman Adenlibgetopts: Use iterators instead of old-style loops.
2014-07-09 Luqman Adenlibcollections: Use iterators instead of old-style...
2014-07-09 Luqman Adenlibcore: Deprecate advance method on Iterators.
2014-07-09 Luqman Adenlibrustc: Don't emit call for intrinsics instead just...
2014-07-09 borsauto merge of #15550 : alexcrichton/rust/install-script...
2014-07-09 Huon Wilsoncore: add `#[must_use]` attributes to iterator adaptor...
2014-07-09 Huon Wilsonlint: extend `#[must_use]` to handle a message.
2014-07-09 Alex Crichtonsyntax: De-doc comment to fix nightlies
2014-07-09 borsauto merge of #15471 : erickt/rust/push_all, r=acrichto
2014-07-09 borsauto merge of #15283 : kwantam/rust/master, r=alexcrichton
2014-07-09 Alex CrichtonRegister new snapshots
2014-07-09 Steve KlabnikRemove car analogy.
2014-07-09 borsauto merge of #15220 : vhbit/rust/treemap-str-equiv...
2014-07-09 Valerii HioraTreeMap: find enhancements
2014-07-09 Alex Crichtonetc: Fix install script for rpath removal
2014-07-09 kwantamfix test failures
next